home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / vbasic / mscomm.exe / README.TXT < prev   
Text File  |  1993-07-27  |  2KB  |  52 lines

  1. New MSCOMM control available  Q101944    
  2.  
  3. Summary:
  4.  
  5. A new version of the  MSCOMM control has been made available in LIB 1 of the
  6. MSBASIC forum on CompuServe.  This control fixes a problem where the OnComm
  7. event will not fire when communicating with some 14.4 baud modems.
  8.  
  9. More Information:
  10.  
  11. The date,time, size and version number of the MSCOMM.VBX file that
  12. shipped with Visual Basic 3.0 is:
  13.  
  14.   Date: 28-APR-1993
  15.   Time: 12:00 a.m.
  16.   Size: 34304
  17.   Version: 2.0.9000.7
  18.  
  19. The date, time, size and version number of the updated MSCOMM.VBX file
  20. is as follows:
  21.  
  22.   Date: 12-MAY-1993
  23.   Time: 12:21 p.m.
  24.   Size: 34816
  25.   Version: 2.1.0.1
  26.  
  27. When using the MSCOMM.VBX provided with Visual Basic version 2.0 or
  28. 3.0 to communicate with a 14.4 baud modem, the OnComm event may not
  29. fire.  The revised version of the MSCOMM.VBX control available on
  30. CompuServe fixes this problem by introducing a new Notification
  31. property.  Since the problem relates to using Windows 3.1 event driven
  32. communications, this new property allows you to use Windows 3.0
  33. polling techniques instead.
  34.  
  35. The Nofication property is not available at design-time, but you can
  36. get and set its property value at run-time.  It's default value of 0
  37. specifies that the control should use Windows 3.0 polling techniques
  38. and a value of 1 specifies that Windows 3.1 event driven
  39. communications should be used.  However, it is only recommended that
  40. you set the property value to 1 if you are using the MSCOMM control to
  41. communicate with a modem whose baud rate is lower than 14.4 baud.
  42.  
  43. Another change that was made is that the default property setting for
  44. the Interval property was changed from 1000 to 55.
  45.  
  46. To install the new control, copy the updated version into the
  47. WINDOWS\SYSTEM directory on your computer.  Also check to make sure
  48. that no other copies of MSCOMM.VBX exist on your system.  If you find
  49. an older version of the MSCOMM.VBX file, you should delete it or
  50. rename it.
  51.  
  52.